Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 460 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 460 Bytes

nvim

Neovim configuration file

git clone https://github.com/subratappt/nvim.git ~/.config/nvim

Fix for nvim-treesitter:

Fix:

-- ~/.local/share/nvim/lazy/nvim-treesitter/lua/nvim-treesitter/shell_command_selectors.lua`
    local args = {
      "-o",
      "parser.so",
      "-I./src",
      repo.files,
      "-Os",
      "-std=c99"
    }

or

CC=/path-of-gcc-that-support-c99-or-clang nvim