💬 comments(nvim): TODO comment added
This commit is contained in:
parent
40fca97482
commit
79539941df
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
-- 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
|
||||||
vim.o.spell = true
|
-- vim.o.spell = true
|
||||||
vim.loader.enable()
|
vim.loader.enable()
|
||||||
|
|
||||||
vim.g["rooter_cd_cmd"] = "lcd"
|
vim.g["rooter_cd_cmd"] = "lcd"
|
||||||
|
|
|
@ -72,7 +72,7 @@ return {
|
||||||
servers = {
|
servers = {
|
||||||
-- typos_lsp = {
|
-- typos_lsp = {
|
||||||
-- settings = {
|
-- settings = {
|
||||||
-- diagnosticSeverity = "Warning",
|
-- diagnosticSeverity = "Warning", TODO: Look at this
|
||||||
-- },
|
-- },
|
||||||
-- },
|
-- },
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue