1
Fork 0

Added some new lsps to nvim & buch timezone and stuff

This commit is contained in:
Matei Adriel 2023-04-13 20:06:57 +03:00
parent 77da27cac0
commit 8968084969
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -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 = {},