Skip to content

fanlia/minimal.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

minimal.nvim

minimal nvim config, hope you like it!

what is it

  • find files
  • file explorer
  • comment
  • color
  • autopairs
  • indent line
  • buffer explorer
  • grep

install

git clone [email protected]:fanlia/minimal.nvim.git ~/.config/nvim

nvim
# after plugins installed, press `q` to close the installation window

keymapping

local leader = ' '
plugin func keymapping
nvim-tree/nvim-tree.lua toggle tree <leader>nn
nvim-telescope/telescope.nvim find files <leader>ff
nvim-telescope/telescope.nvim live grep <leader>fg
nvim-telescope/telescope.nvim find buffers <leader>fb
nvim builtin comment line gcc
nvim builtin comment block gc

custom plugins

-- create file ./lua/myplugins.lua

return {
  'ziglang/zig.vim',
  'cheap-glitch/vim-v',
}

plugins

colorscheme

thanks

license

  • mit

About

minimal config for nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages