Skip to content

thezbm/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

To use with other dotfiles, see dotfiles.

To configure Neovim only,

git clone https://github.com/thezbm/nvim-config.git ~/.config/nvim

Write extra custom configs to ~/.nvim-custom.lua, for example:

return {
    treesitter_languages = {
        "go",
        "python",
    },
    lsp_servers = {
        ensure_installed = {
            "gopls",
            "pyright",
        },
        enabled = {
            "gopls",
            "pyright",
            "ocamllsp",
        }
    },
    colorscheme = "catppuccin",
}

About

My personal Neovim configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages