neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update

+5
+4
lua/core/lsp/init.lua
··· 20 20 servirty_sort = true, 21 21 }) 22 22 23 + -- TODO: come back here later, find better way then this 24 + if vim.env.NOLSP == "1" then 25 + return 26 + end 23 27 do 24 28 local ok, lazydev = pcall(require, "lazydev") 25 29 if ok then
+1
todo.norg
··· 18 18 - ( ) [substitute.nvim]{https://github.com/gbprod/substitute.nvim}. Maybe map to `xX` 19 19 - ( ) ditch global `q` mapping for `q/` and stuffs 20 20 - ( ) {https://neovim.io/doc/user/options.html#'exrc'}['exrc'] 21 + - ( ) switch to [nvim-bqf]{https://github.com/kevinhwang91/nvim-bqf}