1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

feat(neovim): AWK LSP with required workarounds

- Disable lspsaga -> symbol_in_winbar for awk files
This commit is contained in:
Pratik Tripathy
2025-10-22 20:23:25 +05:30
parent f7123b0759
commit b3f19fede4
5 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ vim.api.nvim_create_autocmd("TextYankPost", {
-- New command: MasonInstallAll
vim.api.nvim_create_user_command("MasonInstallAll", function()
vim.cmd("MasonInstall codelldb css-lsp docker-compose-language-service html-lsp json-lsp sqlls")
vim.cmd("MasonInstall awk-language-server codelldb css-lsp docker-compose-language-service html-lsp json-lsp sqlls")
end, {})