add some formatting and linting config
This commit is contained in:
parent
11da71e073
commit
8b167eb8d5
3 changed files with 73 additions and 1 deletions
|
|
@ -6,4 +6,11 @@ return {
|
|||
'tpope/vim-surround',
|
||||
'szw/vim-maximizer',
|
||||
'vim-scripts/ReplaceWithRegister',
|
||||
{
|
||||
"pmizio/typescript-tools.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
||||
opts = {},
|
||||
},
|
||||
'jose-elias-alvarez/null-ls.nvim',
|
||||
"jayp0521/mason-null-ls.nvim",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue