fix: more tweaks

This commit is contained in:
ggdawson 2023-05-03 10:26:28 -06:00
parent 6a37323f6a
commit 21a75c4635
3 changed files with 48 additions and 8 deletions

View file

@ -139,7 +139,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', version = '*', dependencies = { 'nvim-lua/plenary.nvim' } },
@ -412,7 +412,7 @@ end
local servers = {
clangd = {},
cssls = {},
eslint = {},
-- eslint_d = {},
gopls = {},
pyright = {},
rust_analyzer = {},