mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 06:42:55 +00:00
chore(nvim): tweaks and fixes
This commit is contained in:
@@ -9,6 +9,7 @@ return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
---@type LspsagaConfig
|
||||
opts = {
|
||||
code_action = {
|
||||
show_server_name = true,
|
||||
@@ -29,12 +30,16 @@ return {
|
||||
{
|
||||
'junnplus/lsp-setup.nvim',
|
||||
dependencies = {
|
||||
'neovim/nvim-lspconfig',
|
||||
{ 'williamboman/mason.nvim', cmd = 'Mason', run = ':MasonUpdate' },
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
'folke/neodev.nvim',
|
||||
'b0o/schemastore.nvim',
|
||||
'saghen/blink.cmp',
|
||||
{ 'neovim/nvim-lspconfig' },
|
||||
{
|
||||
'williamboman/mason.nvim',
|
||||
cmd = 'Mason',
|
||||
run = ':MasonUpdate'
|
||||
},
|
||||
{ 'williamboman/mason-lspconfig.nvim' },
|
||||
{ 'folke/neodev.nvim' },
|
||||
{ 'b0o/schemastore.nvim' },
|
||||
{ 'saghen/blink.cmp' },
|
||||
},
|
||||
opts = {
|
||||
default_mappings = false,
|
||||
|
||||
Reference in New Issue
Block a user