[feat] Add linux files

This commit is contained in:
Uttarayan
2023-07-25 13:33:37 +05:30
parent 7462ead329
commit 9dc6e0acb4
8 changed files with 115 additions and 29 deletions

View File

@@ -229,8 +229,8 @@ return require('lazy').setup({
},
{
'neovim/nvim-lspconfig',
ft = { "rust", "toml", "lua", "c", "cpp", "markdown", "sql", "python" },
cmd = "LspStart",
ft = { "rust", "toml", "lua", "c", "cpp", "markdown", "sql", "python", "go" },
config = function()
require("lsp")
end