⚙️ config(nvim): enable spelling when not using vscode
This commit is contained in:
parent
b474901827
commit
ea8f38b863
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
-- Options are automatically loaded before lazy.nvim startup
|
-- 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
|
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||||
-- Add any additional options here
|
-- Add any additional options here
|
||||||
|
|
||||||
|
if not vim.g.vscode then
|
||||||
|
vim.o.spell = true
|
||||||
|
end
|
||||||
|
|
||||||
vim.loader.enable()
|
vim.loader.enable()
|
||||||
|
|
||||||
vim.g["rooter_cd_cmd"] = "lcd"
|
vim.g["rooter_cd_cmd"] = "lcd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue