Skip to content

Kot6603/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Configuration for Neovim

Plugin Manager: lazy.nvim

Installation

Run the following command in the ~/.config directory:

git clone [email protected]:Kot6603/nvim.git

More information to be added

Plugins

Plugins are managed using lazy.nvim

Following plugins are installed:

LSP uses:

Within init.lua - general plugins without config

{ "nvim-lua/plenary.nvim" },
{ "christoomey/vim-tmux-navigator" },
{ "szw/vim-maximizer" },
{ "tpope/vim-surround" },
{ "mbbill/undotree" }, -- undo tree
{ "simrat39/symbols-outline.nvim" },
{ "windwp/nvim-ts-autotag" },
{ "theprimeagen/vim-be-good" },
{ "github/copilot.vim" },

Plugins to Add:

  • Add trouble integration

Other Notes

  • general keymaps are in keymaps.lua

External Dependencies

About

my nvim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages