This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/nvim/lua
David JULIEN 2b9ba03eaf
refactor: configure LSP in ~/.config/nvim/lua/lsp
-> moved from ~/.config/nvim/
.../nvim/lua/lsp/init.lua now has a setup() function

!!! nvim-lspconfig is now lazy-loaded
-> packer checks filetype (see .../nvim/plugins.lua)
2021-07-22 23:05:08 +02:00
..
lsp refactor: configure LSP in ~/.config/nvim/lua/lsp 2021-07-22 23:05:08 +02:00
plugin feat: add treesitter highlighting and indentation 2021-05-25 16:34:37 +02:00
globals.lua fix: local and global declarations 2021-05-21 22:49:21 +02:00
maps.lua feat: more telescope mappings 2021-05-30 00:03:02 +02:00
plugins.lua refactor: configure LSP in ~/.config/nvim/lua/lsp 2021-07-22 23:05:08 +02:00
settings.lua feat: lazyredraw the windows' content 2021-07-22 22:59:33 +02:00
statusline.lua feat: don't need full path displayed in nvim status 2021-05-30 00:03:02 +02:00
utils.lua feat: use HEAD@neovim instead of arch package 2021-05-19 11:56:12 +02:00