📝 Made note of uninstalling markdown lsp for nvim

This commit is contained in:
z3rOR0ne 2022-08-29 21:32:10 -07:00
parent 5fc9e19934
commit fbd65d3d72
2 changed files with 3 additions and 11 deletions

View file

@ -14,7 +14,7 @@ require('nvim-autopairs').setup{}
require('gitsigns').setup() require('gitsigns').setup()
-- nvim-treesiter configuration: -- setup with all defaults -- nvim-treesiter configuration: -- setup with all defaults
require'nvim-treesitter.configs'.setup{ require'nvim-treesitter.configs'.setup{
ensure_installed = {"bash", "c", "c_sharp", "cmake", "cpp", "css", "dockerfile", "go", "html", "http", "java", "javascript", "json", "json5", "jsonc", "lua", "make", "markdown", "perl", "php", "pug", "python", "regex", "ruby", "toml", "tsx", "typescript", "rust", "vim", "vue", "wgsl", "yaml",}, ensure_installed = {"bash", "c", "c_sharp", "cmake", "cpp", "css", "dockerfile", "go", "html", "http", "java", "javascript", "json", "json5", "jsonc", "lua", "make", "perl", "php", "pug", "python", "regex", "ruby", "toml", "tsx", "typescript", "rust", "vim", "vue", "wgsl", "yaml",},
highlight = { enable = 'true' } highlight = { enable = 'true' }
} }
@ -130,7 +130,7 @@ lspconfig.rust_analyzer.setup({
}) })
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp -- Enable some language servers with the additional completion capabilities offered by nvim-cmp
local servers = { 'dockerls', 'grammarly', 'html', 'sqls', 'quick_lint_js', 'sumneko_lua', 'pyright', 'bashls', 'clangd', 'rust_analyzer', 'volar', 'zk', } local servers = { 'dockerls', 'grammarly', 'html', 'sqls', 'quick_lint_js', 'sumneko_lua', 'pyright', 'bashls', 'clangd', 'rust_analyzer', 'volar', }
for _, lsp in ipairs(servers) do for _, lsp in ipairs(servers) do
lspconfig[lsp].setup { lspconfig[lsp].setup {
capabilities = capabilities, capabilities = capabilities,

View file

@ -25,12 +25,4 @@ Download and install in virtmanager Windows 10 iso (for purposes of software tes
Use this site (microsoft only has .exe now... 64 bit, version 21H2) Use this site (microsoft only has .exe now... 64 bit, version 21H2)
https://www.itechtics.com/windows-10-download-iso/ https://www.itechtics.com/windows-10-download-iso/
Install debuginfod (only debugger query tool) Update nvim config and uninstall remark and zk for markdown lsp
doas pacman -S debuginfod
Update Neovim for JS Linting:
:LspInstallInfo (update all packages and uninstall rome, instead install quick_linst_js)
paru quick-linst-js (1st option)