initial commit, add nvterm files to custom plugins

This commit is contained in:
Alex 2023-10-08 17:00:51 -04:00
parent 0e23601a63
commit 0587595f1e
4 changed files with 64 additions and 8 deletions

View file

@ -110,7 +110,7 @@ require('lazy').setup({
},
-- Useful plugin to show you pending keybinds.
{ 'folke/which-key.nvim', opts = {} },
{ 'folke/which-key.nvim', opts = {} },
{
-- Adds git related signs to the gutter, as well as utilities for managing changes
'lewis6991/gitsigns.nvim',
@ -472,12 +472,12 @@ require('mason-lspconfig').setup()
-- If you want to override the default filetypes that your language server will attach to you can
-- define the property 'filetypes' to the map in question.
local servers = {
-- clangd = {},
clangd = {},
-- gopls = {},
pyright = { filetypes = {'py'} },
-- rust_analyzer = {},
pyright = { filetypes = { 'py' } },
rust_analyzer = {},
-- tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
html = { filetypes = { 'html', 'twig', 'hbs' } },
lua_ls = {
Lua = {