neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

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

fix: typo

+1 -1
+1 -1
lua/plugins/nvim-lint.lua
··· 3 3 local lint = require("lint") 4 4 5 5 local function if_executable(cmd) 6 - return vim.fn.executeable(cmd) == 1 and { cmd } 6 + return vim.fn.executable(cmd) == 1 and { cmd } 7 7 end 8 8 9 9 lint.linters_by_ft = {