fix: more tweaks

This commit is contained in:
ggdawson 2023-05-03 10:26:28 -06:00 committed by Garrett Dawson
parent 202ccbc6b5
commit 28af25a3ab
3 changed files with 48 additions and 8 deletions

View file

@ -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 = {},