mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-31 02:42:24 +00:00
feat(nvim): plugins, cleanup, ign lazy-lock.json
This commit is contained in:
@@ -20,6 +20,18 @@ return {
|
||||
},
|
||||
},
|
||||
'b0o/schemastore.nvim',
|
||||
{
|
||||
-- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins
|
||||
-- used for completion, annotations and signatures of Neovim apis
|
||||
'folke/lazydev.nvim',
|
||||
ft = 'lua',
|
||||
opts = {
|
||||
library = {
|
||||
-- Load luvit types when the `vim.uv` word is found
|
||||
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
-- Diagnostic keymaps
|
||||
@@ -151,8 +163,6 @@ return {
|
||||
'ansible-lint',
|
||||
'bash-language-server',
|
||||
'blade-formatter',
|
||||
'cfn-lint',
|
||||
'codeql',
|
||||
'codespell',
|
||||
'commitlint',
|
||||
'diagnostic-languageserver',
|
||||
@@ -165,7 +175,6 @@ return {
|
||||
'jq',
|
||||
'jsonlint',
|
||||
'luacheck',
|
||||
'nginx-language-server',
|
||||
'php-cs-fixer',
|
||||
'phpcs',
|
||||
'phpmd',
|
||||
|
||||
Reference in New Issue
Block a user