nvim-config

Log | Files | Refs | Submodules | README

README.md (619B)


      1 # My personal neovim configuration
      2 
      3 It is written in both lua and viml, though my objective is for it to
      4 become full-lua.
      5 
      6 Here is a brief summary:
      7 
      8 - My `Leader` is `<Space>`
      9 - I use LSP, DAP and tree-sitter
     10 - I use my own completion plugin named [complementree](https://github.com/vigoux/complementree.nvim)
     11 
     12 Interesting things to see:
     13 
     14 - My plugins are listed in [./lua/plugins.lua](./lua/plugins.lua)
     15 - My mappings are split into [./after/plugin/mappings.vim](./after/plugin/mappings.vim) and [./lua/mappings.lua](./lua/mappings.lua)
     16 - I wrote my a custom integration with `lazygit` [here](./lua/neogit-config.lua)