mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 06:38:34 +02:00
rm hdl checker
This commit is contained in:
parent
b49bd0131a
commit
bce9af269a
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -684,7 +684,7 @@ require('lazy').setup({
|
||||||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||||
local servers = {
|
local servers = {
|
||||||
clangd = {},
|
clangd = {},
|
||||||
hdl_checker = {},
|
-- hdl_checker = {},
|
||||||
--gopls = {},
|
--gopls = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue