Config files for nvim.
The following assume your [leader key] is set to ,.
You can change your leader key using the following setting in your ~/.config/nvim/lua/keymaps.lua:
let mapleader=','
,dbrings up nvim-tree, a sidebar buffer for navigating and manipulating files,tbrings up split-term.vim,fftelescope.builtin.find_files,fgtelescope.builtin.live_grep,fbtelescope.builtin.buffers,fntelescope.builtin.help_tags,rtelescope.builtin.treesittergcctoggles current line commentgctoggles visual selection comment lines<C-hjkl>move between windows, shorthand for<C-w> hjkl
git clone https://github.com/jasen215/nvim.config.git ~/.config/nvim
Due to a name-mapping issue in mason-lspconfig.nvim (as of mason.nvim v2.1.0), some language servers need to be installed manually after the initial setup. This issue may be resolved in future updates to the plugins.
After cloning the configuration, run the following commands within Neovim to ensure all language servers are installed correctly:
:MasonInstall vue-language-server
:MasonInstall typescript-language-server