Initial commit
This commit is contained in:
12
lua/options.lua
Normal file
12
lua/options.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
require "nvchad.options"
|
||||
|
||||
vim.opt.colorcolumn = "80"
|
||||
vim.wo.relativenumber = true
|
||||
|
||||
vim.opt.spell = true
|
||||
vim.opt.spelllang = { "en_us", "cs" }
|
||||
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "java",
|
||||
command = "setlocal tabstop=4 shiftwidth=4 expandtab"
|
||||
})
|
||||
Reference in New Issue
Block a user