Skip to content

smpallen99/nvim-morpheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Neovim Starter

Note: it seems like github is showing the same readme in all branches. If you got here after clicking a link from a different branch, click on the README.md link that's in the list of folders and files.

Configurations

Minimal

Small configuration without third party plugins.

Base

Small configuration that includes a plugin manager. It can provide a good base to start your own configuration.

Opinionated

Opinionated configuration. It includes a combination of popular plugins. For the people who are looking to make Neovim their main editor but don't want to start from scratch. Plugins related to "code intellisense" are not included in this config.

LSP

Example configuration showing how to configure the built-in LSP client with autocompletion. It is based on 02-opinionated.

LSP Installer

Same as lsp but uses mason.nvim to install language servers.

Modular

Same as lsp installer but everything is split in modules.

Other template configurations

Example setups

Light

Minimal configuration focused on providing "basic features" with little boilerplate. With less than 200 lines of code: includes improved syntax highlight, a fuzzy finder and a ready made LSP setup with autocompletion.

lsp-cmp

Minimal setup with nvim-lspconfig + nvim-cmp.

mason.nvim

Minimal setup with mason.nvim.

LSP without plugins

Example lua configuration showing one way to setup LSP servers without plugins.

User plugins

Configuration without 3rd party plugins. Includes "small user plugins" to provide its features.

Learn how to configure Neovim

Videos

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published