mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(neovim):
- Keymap: remove <tab> to switch buffer - Completion: Remove mini.completion plugins - conflicting - Completion: Use luasnip buffer for completion - Lua: Use lazydev for better nvim lua diagnostics
This commit is contained in:
@@ -194,6 +194,7 @@ return {
|
||||
-- Add other tools here that you want Mason to install for you
|
||||
local ensure_installed = vim.tbl_keys(servers or {})
|
||||
vim.list_extend(ensure_installed, {
|
||||
"shfmt",
|
||||
"stylua",
|
||||
"codespell",
|
||||
"bash-language-server",
|
||||
@@ -205,6 +206,7 @@ return {
|
||||
})
|
||||
require("mason-tool-installer").setup({ ensure_installed = ensure_installed })
|
||||
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
require("mason-lspconfig").setup({
|
||||
handlers = {
|
||||
function(server_name)
|
||||
|
||||
Reference in New Issue
Block a user