fix: more tweaks
This commit is contained in:
parent
202ccbc6b5
commit
28af25a3ab
3 changed files with 48 additions and 8 deletions
4
init.lua
4
init.lua
|
|
@ -162,7 +162,7 @@ require('lazy').setup({
|
|||
},
|
||||
|
||||
-- "gc" to comment visual regions/lines
|
||||
{ 'numToStr/Comment.nvim', opts = {} },
|
||||
{ 'numToStr/Comment.nvim', opts = { } },
|
||||
|
||||
-- Fuzzy Finder (files, lsp, etc)
|
||||
{ 'nvim-telescope/telescope.nvim', branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim' } },
|
||||
|
|
@ -434,7 +434,7 @@ end
|
|||
local servers = {
|
||||
clangd = {},
|
||||
cssls = {},
|
||||
eslint = {},
|
||||
-- eslint_d = {},
|
||||
gopls = {},
|
||||
pyright = {},
|
||||
rust_analyzer = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue