mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: scope options properly
This commit is contained in:
parent
cdc0d38620
commit
22e1b7bf92
4 changed files with 10 additions and 10 deletions
|
|
@ -1 +1 @@
|
|||
vim.o.expandtab = false
|
||||
vim.bo.expandtab = false
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
vim.bo.commentstring = "; %s"
|
||||
|
||||
vim.bo.varsofttabstop = "4,30,8,4"
|
||||
vim.o.spell = true
|
||||
vim.wo.spell = true
|
||||
vim.bo.spelllang = "fr"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
vim.o.shiftwidth = 2
|
||||
vim.o.tabstop = 2
|
||||
vim.o.textwidth = 100
|
||||
vim.o.colorcolumn = "100"
|
||||
vim.bo.shiftwidth = 2
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.textwidth = 100
|
||||
vim.wo.colorcolumn = "100"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
vim.o.shiftwidth = 2
|
||||
vim.o.tabstop = 2
|
||||
vim.o.textwidth = 100
|
||||
vim.o.colorcolumn = "100"
|
||||
vim.bo.shiftwidth = 2
|
||||
vim.bo.tabstop = 2
|
||||
vim.bo.textwidth = 100
|
||||
vim.wo.colorcolumn = "100"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue