mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-08 12:53:02 -04:00
guhhh
This commit is contained in:
parent
bf42a74f00
commit
ddf45b4e55
7 changed files with 186 additions and 79 deletions
|
@ -1,4 +1,7 @@
|
|||
local plugins = {
|
||||
{
|
||||
"christoomey/vim-titlecase"
|
||||
},
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
|
@ -86,9 +89,9 @@ local plugins = {
|
|||
{
|
||||
"jose-elias-alvarez/null-ls.nvim",
|
||||
},
|
||||
{
|
||||
"MunifTanjim/eslint.nvim",
|
||||
},
|
||||
-- {
|
||||
-- "MunifTanjim/eslint.nvim",
|
||||
-- },
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue