mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cat
This commit is contained in:
parent
16d8ddf6a8
commit
eb56345ab1
1 changed files with 0 additions and 15 deletions
|
|
@ -15,21 +15,6 @@
|
|||
end
|
||||
dofile(vim.fn.stdpath('config') .. '/plugins.lua')
|
||||
|
||||
-- LSP and LSPInstall setup
|
||||
local nvim_lsp = require('lspconfig')
|
||||
local lspinstall = require('lspinstall')
|
||||
|
||||
lspinstall.setup()
|
||||
|
||||
for _, lsp in ipairs(lspinstall.installed_servers()) do
|
||||
nvim_lsp[lsp].setup {
|
||||
on_attach = function(client, bufnr)
|
||||
client.resolved_capabilities.document_formatting = false
|
||||
require('lsp_signature').on_attach()
|
||||
end,
|
||||
}
|
||||
end
|
||||
|
||||
-- Keep Cursor
|
||||
vim.o.guicursor = ''
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue