mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
nvim: del v0.11 migrations.lua, lazydev support
This commit is contained in:
parent
7540d37422
commit
6fb3efd1dc
11 changed files with 80 additions and 92 deletions
6
home/dot_config/nvim/lua/config/lsp.lua
Normal file
6
home/dot_config/nvim/lua/config/lsp.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
local lsp_configs = {}
|
||||
for _, v in ipairs(vim.api.nvim_get_runtime_file("lsp/*", true)) do
|
||||
local name = vim.fn.fnamemodify(v, ":t:r")
|
||||
lsp_configs[name] = true
|
||||
end
|
||||
vim.lsp.enable(vim.tbl_keys(lsp_configs))
|
||||
Loading…
Add table
Add a link
Reference in a new issue