Skip to content

Latest commit

 

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages