diff --git a/nvim/lua/config.lua b/nvim/lua/config.lua index 5d6b8add..e3fd50ca 100644 --- a/nvim/lua/config.lua +++ b/nvim/lua/config.lua @@ -14,7 +14,7 @@ require('nvim-autopairs').setup{} require('gitsigns').setup() -- nvim-treesiter configuration: -- setup with all defaults 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' } } @@ -130,7 +130,7 @@ lspconfig.rust_analyzer.setup({ }) -- 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 lspconfig[lsp].setup { capabilities = capabilities, diff --git a/updates.txt b/updates.txt index 3082a0e1..d3c4de83 100644 --- a/updates.txt +++ b/updates.txt @@ -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) https://www.itechtics.com/windows-10-download-iso/ -Install debuginfod (only debugger query tool) - -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) +Update nvim config and uninstall remark and zk for markdown lsp