Init commit
This commit is contained in:
11
lua/config/options.lua
Normal file
11
lua/config/options.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Options are automatically loaded before lazy.nvim startup
|
||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||
-- Add any additional options here
|
||||
O = vim.opt
|
||||
|
||||
O.swapfile = false
|
||||
O.fileformat = "unix"
|
||||
O.wrap = true
|
||||
|
||||
-- Не автокомментировать новые линии при переходе на новую строку
|
||||
vim.cmd([[autocmd BufEnter * set fo-=c fo-=r fo-=o]])
|
||||
Reference in New Issue
Block a user