feat(lsp): clean up
This commit is contained in:
parent
32cafa4d86
commit
1ceb0fc44d
2 changed files with 5 additions and 3 deletions
|
@ -17,8 +17,9 @@ null_ls.config(vim.tbl_deep_extend('force', {
|
||||||
'-',
|
'-',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
null_ls.builtins.formatting.stylelint,
|
|
||||||
null_ls.builtins.code_actions.gitsigns,
|
null_ls.builtins.code_actions.gitsigns,
|
||||||
|
--[[ null_ls.builtins.diagnostics.stylelint,
|
||||||
|
null_ls.builtins.formatting.stylelint, ]]
|
||||||
},
|
},
|
||||||
}, config.lsp.servers.null_ls or {}))
|
}, config.lsp.servers.null_ls or {}))
|
||||||
|
|
||||||
|
|
|
@ -55,8 +55,9 @@ _While CosmicNvim is geared specifically toward TypeScript/JavaScript developmen
|
||||||
|
|
||||||
- Neovim (+0.6.0)
|
- Neovim (+0.6.0)
|
||||||
- [Node.js](https://nodejs.org/en/)
|
- [Node.js](https://nodejs.org/en/)
|
||||||
- [prettierd](https://github.com/fsouza/prettierd) (for prettier formatting w/null-ls, optional)
|
- [prettierd](https://github.com/fsouza/prettierd) (for prettier formatting w/null_ls, optional)
|
||||||
- [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint w/null-ls, optional)
|
- [eslint_d](https://www.npmjs.com/package/eslint_d) (for eslint w/null_ls, optional)
|
||||||
|
- [stylelint](https://stylelint.io/) (for scss/css formatting and diagnostics w/null_ls)
|
||||||
|
|
||||||
#### Install
|
#### Install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue