| sidebar_position | 3 |
|---|---|
| description | Description of Normalnvim plugins related to dev core. |
Plugins that are just there.
- nvim-treesitter
TREESITTER - render-markdown
TREESITTER - nvim-highlight-colors
TREESITTER - nvim-java
LSP - mason-lspconfig
LSP - nvim-lspconfig
LSP - mason
LSP - SchemaStore
LSP - none-ls-autoload
LSP - none-ls
LSP - garbage-day
LSP - lazydev
LSP - nvim-cmp
AUTO-COMPLETION - cmp-buffer
AUTO-COMPLETION - cmp-path
AUTO-COMPLETION - cmp-lsp
AUTO-COMPLETION - cmp-luasnip
AUTO-COMPLETION
Syntax highlighting manager for Neovim.
Render markdown while in normal mode. Great for note taking!
Preview CSS colors in Neovim.
The java programming language require this plugin to be loaded before
nvim-lspconfig. java Is the only programming language that requires a dedicated plugin.
This plugin automatically start the LSP servers you have installed on the
package manager mason for the current filetype.
The plugin provide sane defaults for LSP servers, so you don't need to manually configure them.
Mason is package manager for Neovim. You can use it to install/uninstall
LSP servers, debuggers, linters, and formatters.
- Press
<Space> + p + mto open mason. - You can press
ctrl+ fto filter by programming language.
Note: When you install NormalNvim using the automated installer, we install the most common mason packages for you, so you don't need to worry about it.
Adds new lints to YAML and JSON LSP servers when you edit well known files.
Like tslint.json and such. You can check all supported schemas here.
This plugin automatically uses the plugin none-ls to start the formatters
and linters you have installed on the package manager mason for
the current filetype.
The plugin provide sane defaults for linters and formatters,
so you don't need to manually configure them.
LSP garbage collector. This plugin temporarely stop LSP servers when you are not using them and resume them when you go back to code to free memory.
Useful to have code autocompletion when developing Neovim plugins in lua.
Auto-completion engine plugin.
Buffer completions for the plugin nvim-cmp.
Path completions for the plugin nvim-cmp.
LSP completions for the plugin nvim-cmp.
LuaSnip completions for the plugin nvim-cmp.








