💬 comments(nvim): TODO comment added

This commit is contained in:
Sergio Laín 2023-12-22 10:33:08 +01:00
parent 40fca97482
commit 79539941df
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
-- 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
vim.o.spell = true
-- vim.o.spell = true
vim.loader.enable()
vim.g["rooter_cd_cmd"] = "lcd"

View file

@ -72,7 +72,7 @@ return {
servers = {
-- typos_lsp = {
-- settings = {
-- diagnosticSeverity = "Warning",
-- diagnosticSeverity = "Warning", TODO: Look at this
-- },
-- },
lua_ls = {