Added some new lsps to nvim & buch timezone and stuff
This commit is contained in:
parent
77da27cac0
commit
8968084969
5 changed files with 5 additions and 5 deletions
dotfiles/neovim/lua/my/plugins
|
@ -23,9 +23,6 @@ local M = {
|
|||
opts = {
|
||||
input_buffer_type = "dressing",
|
||||
},
|
||||
dependencies = {
|
||||
"dressing.nvim",
|
||||
},
|
||||
cond = env.vscode.not_active(),
|
||||
},
|
||||
}
|
||||
|
@ -165,6 +162,7 @@ local servers = {
|
|||
},
|
||||
-- }}}
|
||||
rnix = {},
|
||||
nil_ls = {},
|
||||
cssls = {},
|
||||
jsonls = {},
|
||||
rust_analyzer = {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue